object frmlslAboutBox: TfrmlslAboutBox Left = 702 Top = 319 BorderStyle = bsDialog Caption = 'About' ClientHeight = 321 ClientWidth = 388 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object ProductName: TLabel Left = 100 Top = 8 Width = 77 Height = 13 Caption = 'ProductName' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblCopyright: TLabel Left = 100 Top = 25 Width = 277 Height = 24 AutoSize = False Caption = 'Copyright Philip Smith, 1995' end object lblUser: TLabel Left = 100 Top = 88 Width = 156 Height = 13 Caption = 'This product is licenced to:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblVersion: TLabel Left = 100 Top = 64 Width = 53 Height = 13 Caption = 'Version 1.0' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Bevel1: TBevel Left = 8 Top = 216 Width = 369 Height = 9 Shape = bsTopLine end object lblUserCaption: TLabel Left = 100 Top = 184 Width = 54 Height = 13 Caption = 'User name:' end object lblUserName: TLabel Left = 176 Top = 184 Width = 20 Height = 13 Caption = 'user' end object ProgramImage: TImage Left = 9 Top = 9 Width = 80 Height = 200 ParentShowHint = False ShowHint = False end object pnlUser: TPanel Left = 100 Top = 104 Width = 277 Height = 65 BevelOuter = bvNone BorderWidth = 1 BorderStyle = bsSingle Ctl3D = True ParentCtl3D = False TabOrder = 0 object userName: TLabel Left = 8 Top = 6 Width = 54 Height = 13 Caption = 'Philip Smith' end object lblCompanyName: TLabel Left = 8 Top = 22 Width = 51 Height = 13 Caption = 'LalSoft Ltd' end object lblProductIDCaption: TLabel Left = 8 Top = 40 Width = 66 Height = 13 Caption = 'Product ID:' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False end object lblProductID: TLabel Left = 96 Top = 40 Width = 8 Height = 13 Caption = 'id' end end object btnOK: TButton Left = 288 Top = 224 Width = 91 Height = 25 Cancel = True Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = btnOKClick end object btnSystemInfo: TButton Left = 288 Top = 256 Width = 91 Height = 25 Caption = '&System Info...' TabOrder = 2 OnClick = btnSystemInfoClick end object btnTechSupport: TButton Left = 288 Top = 288 Width = 91 Height = 25 Caption = '&Tech Support...' TabOrder = 3 OnClick = btnTechSupportClick end object mmoLegalNotice: TMemo Left = 8 Top = 232 Width = 273 Height = 81 TabStop = False BorderStyle = bsNone ParentColor = True ReadOnly = True TabOrder = 4 end end